home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-25 | 702 b | 22 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: PRSIGlue.h
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef PRSIGLUE_H
- #define PRSIGLUE_H
-
- struct FW_SSemIntGlueProcs;
-
- //========================================================================================
- // Access SOM -> C++ Callback Glue Pointers
- //========================================================================================
-
- FW_SSemIntGlueProcs* FW_PrivGetSemanticInterfaceGlue();
-
- #endif // PRSIGLUE_H
-